$strFormat = Date.Convert ("<date>", "<source format>", "<target format>")
Online IVR Tutorial


Parameters Return Value
    Returns the formatted date.
Remarks
    None.
Example
    //Japan style $today = Date.Convert($date, "DDMMYYYY", "YYYYMMDD")